hasPlaybackControl

abstract fun hasPlaybackControl(block: DesignBlock): Boolean

Deprecated

Use supportsPlaybackControl instead.

Replace with

this.supportsPlaybackControl(block)

Returns whether the block supports a playback control.

Return

whether the block has playback control.

Parameters

block

the block to query.